home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / M / MacRecorder® HackersToolkit.cpt / Sound.h < prev    next >
Text File  |  1989-11-21  |  257b  |  15 lines

  1. /* Copyright © 1989  Farallon Computing, Inc */
  2.  
  3. enum
  4. {
  5.     printerPort,
  6.     modemPort
  7. };
  8.  
  9. /* result code for recording error function */
  10. #define        recordErr     -1
  11.  
  12. extern    void    InitMac( void);
  13. extern    short    Record( Handle, short);
  14. extern    Handle    GetBigHandle( short);
  15.